DioDocs for PDF
GcWicBitmap コンストラクタ(Byte[],Int32,Nullable<Rectangle>)

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcWicBitmap クラス > GcWicBitmap コンストラクタ : GcWicBitmap コンストラクタ(Byte[],Int32,Nullable<Rectangle>)
The image data. JPEG, PNG, GIF, BMP, TIFF, ICO, JPEG XR formats are supported.
Index of an image frame to read, pass 0 for image formats not supporting multiple frames.
Clipping rectangle of the image to be loaded.
Initializes a new instance of the GcWicBitmap class.
シンタックス
'宣言
 
Public Function New( _
   ByVal bytes() As System.Byte, _
   Optional ByVal frameIndex As System.Integer, _
   Optional ByVal imageRect As System.Nullable(Of Rectangle) _
)
public GcWicBitmap( 
   System.byte[] bytes,
   System.int frameIndex,
   System.Nullable<Rectangle> imageRect
)

パラメータ

bytes
The image data. JPEG, PNG, GIF, BMP, TIFF, ICO, JPEG XR formats are supported.
frameIndex
Index of an image frame to read, pass 0 for image formats not supporting multiple frames.
imageRect
Clipping rectangle of the image to be loaded.
参照

GcWicBitmap クラス
GcWicBitmap メンバ
オーバーロード一覧